software administration

All posts tagged software administration by Linux Bash
  • Posted on
    Featured Image
    When managing Linux systems, mastery over package managers is crucial for efficient administration. Package managers are tools that automate the process of installing, upgrading, and removing software packages. In this blog post, we'll delve into advanced administration techniques using three popular package managers: apt for Debian and Ubuntu systems, dnf for Fedora, and zypper for openSUSE. apt is a powerful, free software user interface that works with core libraries to manage the installation and removal of software on Debian, Ubuntu, and related Linux distributions. Updating Package Lists: This is crucial before installing or upgrading packages to get the latest version information from repositories.
  • Posted on
    Featured Image
    When you start diving deeper into managing your Linux systems, especially those based on Debian, Ubuntu, Fedora, or openSUSE, understanding how to control package states becomes crucial. This knowledge not only helps in maintaining the stability of your systems but also provides you with the precision control needed to manage the packages effectively. In this blog post, we're going to explore how to use apt-mark with apt package manager and will also touch upon equivalent commands in dnf (used in Fedora) and zypper (used in openSUSE), illustrating how similar actions can be performed across these differing package managers.